home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1064 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: informatik.uni-tuebingen.de!not-for-mail
  2. From: "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Re-directing
  5. Date: Sun, 14 Jan 1996 22:11:34 -0500
  6. Organization: InterNetNews at ZDV Uni-Tuebingen
  7. Distribution: world
  8. Message-ID: <69071015%suamor@student.uni-tuebingen.de>
  9. References: <9601141450.AA00024@cliffe.demon.co.uk>
  10. Reply-To: "suamor" <suamor@student.uni-tuebingen.de>
  11. NNTP-Posting-Host: gw192.informatik.uni-tuebingen.de
  12. X-NewsReader: IntuiNews 1.3a (7.9.95)
  13.  
  14. Steven Chapman schrieb in comp.sys.amiga.programmer ueber "Re-directing":
  15. >
  16. > How can i redirect output from the cli too a listview gadget
  17. > without sending it to a file in Ram: and re reading it back
  18. > into the listview.
  19.  
  20. Try requestlist from AMinet (util/cli). It allows at least reading from
  21. a file, don't no about redirection. Perhabs a pipe might also help
  22. you on that matter.
  23.  
  24. I also see no other possibility than using a pipe for you at the moment.
  25. Example:
  26. type s:startup-sequence | mylistgviewer
  27.                         ^
  28.                   this is the pipe :)
  29.  
  30. Provieded of course mylistgviewer allows several lines as input.
  31.  
  32. - Reinhard Katzmann
  33.  
  34. > And please reply by Email.
  35.  
  36. P.S.: I don't answer by Email because it might interest other people, too.
  37.  
  38. ---
  39. E-Mail: suamor@student.uni-tuebingen.de
  40.  
  41. One day I hope to finish my RPS Pertergrin
  42. Concept for Pertergin (yet in german) avalaible on Request
  43. Current Amiga-Project: GuideTool (GUI) V1.1BETA
  44.  
  45.  
  46.